ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1GroupCollectionView<S> Class / UseCPUsInParallel Property

In This Topic
    UseCPUsInParallel Property (C1GroupCollectionView<S>)
    In This Topic
    Gets or sets a value indicating whether the operations will be performed using parallels CPU's.
    Syntax
    'Declaration
     
    Public Property UseCPUsInParallel As System.Boolean
    public System.bool UseCPUsInParallel {get; set;}
    See Also